Cis Tasks GetSpec

Cis Tasks GetSpec
Cis Tasks GetSpec

The Cis Tasks GetSpec schema describes what data should be included when retrieving information about a task.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "return_all": false,
    "exclude_result": false
}
boolean
return_all
Optional

If true, all data, including operation-specific data, will be returned, otherwise only the data described in Cis Task Info will be returned.

This property was added in vSphere API 6.7.1.

If missing or null, only the data described in Cis Task Info will be returned.

boolean
exclude_result
Optional

If true, the result will not be included in the task information, otherwise it will be included.

This property was added in vSphere API 6.7.1.

If missing or null, the result of the operation will be included in the task information.